home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / dtype / fpvcd402.lha / Source / makefile < prev    next >
Makefile  |  1995-01-22  |  2KB  |  43 lines

  1. #******************************************************************************
  2. #*
  3. #* COPYRIGHT: Unless otherwise noted, all files are Copyright (c) 1992, 1993
  4. #* Commodore-Amiga, Inc.  All rights reserved.
  5. #*
  6. #* DISCLAIMER: This software is provided "as is".  No representations or
  7. #* warranties are made with respect to the accuracy, reliability, performance,
  8. #* currentness, or operation of this software, and all use is at your own risk.
  9. #* Neither commodore nor the authors assume any responsibility or liability
  10. #* whatsoever with respect to your use of this software.
  11. #*
  12. #******************************************************************************
  13.  
  14. OBJECTS          = RomTag.o classbase.o dispatch.o fastconvert.o
  15.  
  16. LIBS          = LIB:sc.lib
  17.  
  18.  
  19. ##############################################################################
  20. # Build the load file...
  21. #
  22. voc.datatype:    $(OBJECTS) $(LIBS)
  23.  
  24.         SLink FROM $(OBJECTS) TO /classes/Datatypes/voc.datatype LIB $(LIBS) SC SD NOICONS
  25.                 Copy /classes/Datatypes/voc.datatype SYS:Classes/DataTypes/
  26.         Avail >NIL: Flush
  27.  
  28.  
  29. ##############################################################################
  30. # Default rules...
  31. #
  32. .c.o:
  33.     SC NOSTKCHK PARMS=REG NMINC STRMERGE STREQ MCCONS COMNEST UNSCHAR $*.c
  34.  
  35.  
  36. ##############################################################################
  37. # All dependencies...
  38. #
  39. classinit.o:    RomTag.asm classbase.i
  40. classbase.o:    classbase.c classbase.h
  41. dispatch.o:    dispatch.c
  42. fastconvert.o:  fastconvert.asm
  43.         asm -m2 fastconvert.asm